Bonjour,
Quand je veux mettre à jour joomla depuis l'administration de ce dernier, je reçois l'erreur suivante:
Fatal error: Class 'JRegistry' not found in /home/rosmant/domains/motosrosmant.be/public_html/libraries/joomla/application/web.php on line 117
Quand je regarde le fichier web.php j'ai ceci (de la ligne 109 à 125)
Quelqu'un pourrait m'aider à résoudre ce problème.
Merci d'avance.
Quand je veux mettre à jour joomla depuis l'administration de ce dernier, je reçois l'erreur suivante:
Fatal error: Class 'JRegistry' not found in /home/rosmant/domains/motosrosmant.be/public_html/libraries/joomla/application/web.php on line 117
Quand je regarde le fichier web.php j'ai ceci (de la ligne 109 à 125)
Code:
// If a config object is given use it. if ($config instanceof JRegistry) { $this->config = $config; } // Instantiate a new configuration object. else { [COLOR="#FF0000"]$this->config = new JRegistry;[/COLOR] <-- ligne 117 } // If a client object is given use it. if ($client instanceof JApplicationWebClient) { $this->client = $client; } // Instantiate a new web client object.
Merci d'avance.
Commentaire